home *** CD-ROM | disk | FTP | other *** search
/ CD Pro / CD Pro.iso / Lan / Intel558 / INFO / GENERAL / DUPLEX.TXT < prev    next >
Text File  |  1997-07-16  |  3KB  |  136 lines

  1. Duplex support
  2.                                                        v1.10
  3.  
  4. Duplexing is a performance option that lets you choose how
  5. the adapter sends and receives packets over the network.
  6.  
  7.  
  8. PRO/100+ TX adapter duplex choices:
  9. -----------------------------------
  10.  
  11. Auto. The TX adapter negotiates with the full duplex
  12. switching hub to send and receive packets at the highest
  13. rate. The hub must support auto-negotiation. If the hub does
  14. not support auto-negotiation, the adapter defaults to half
  15. duplex.
  16.  
  17. Full duplex (requires full-duplex switching hub). The
  18. adapter sends and receives packets simultaneously by using a
  19. different wire to perform each function. This feature can
  20. improve adapter performance by eliminating collisions.
  21.  
  22. Half duplex. The adapter performs one operation at a time
  23. (because send and receive lines are shared); it either sends
  24. or receives.
  25.  
  26.  
  27. Configuring for full-duplex
  28. ===========================
  29.  
  30. If you have an auto-negotiating hub (an NWay* hub), the
  31. Intel PRO/100+ TX PCI adapter will automatically match the
  32. duplex setting at the hub. If you don't have an auto-
  33. negotiating hub, you'll need to manually configure the
  34. adapter for full duplex support.
  35.  
  36. Configuration is specific to the driver you're loading for
  37. your network operating system (NOS). See the sections for
  38. your NOS below.
  39.  
  40. NOTE: If you're using the EtherExpress PRO/100+ TX adapter,
  41. you must set the Speed when configuring for full-duplex
  42. support. Don't leave the Speed set to Auto.
  43.  
  44. To set up the duplex mode, refer to the section below that
  45. corresponds to your operating system. For example, if you
  46. are running Windows NT on a Novell network, choose the
  47. Windows NT method below.
  48.  
  49. Note that performance may suffer if your hub is not full
  50. duplex and you configure the adapter to full duplex. Leave
  51. the adapter on half duplex if you are not sure what type of
  52. hub you are connected to.
  53.  
  54.  
  55. DOS/ODI clients
  56. ---------------
  57.  
  58. Edit the NET.CFG file. Add the SPEED and FORCEDUPLEX
  59. parameters under the link driver section. For example
  60.    
  61.    Link Driver E100BODI
  62.    
  63.    SPEED 100 (or 10 for 10 Mbps operation)
  64.    
  65.    FORCEDUPLEX 2
  66.  
  67.  
  68. Windows* NT 3.51
  69. ----------------
  70.  
  71. Use the PRO Adapter setup program:
  72.  
  73. 1  Double-click the PROSet icon in the Control Panel.
  74.  
  75. 2  Click Change.
  76.  
  77. 3  Set Speed on PRO/100 TX to 10 or 100.
  78.  
  79. 4  Set Duplex Mode to Full.
  80.  
  81. 5  Click OK until prompted to restart. Restart Windows NT.
  82.  
  83.  
  84. Windows* NT 4.0
  85. ---------------
  86.  
  87. 1  Double-click the Network control panel icon in the
  88.    Control Panel.
  89.  
  90. 2  Go to the Adapters tab and click Properties.
  91.  
  92. 3  Select an adapter from the list and click Settings.
  93.  
  94. 4  Select a duplex mode and click OK.
  95.  
  96. 5  Click OK until prompted to restart. Restart Windows NT.
  97.    
  98.  
  99.  
  100. Windows 95
  101. ----------
  102.  
  103. Use the PRO Adapter setup program:
  104.  
  105. 1  Double-click the PROSet icon in the Control Panel.
  106.  
  107. 2  Click Change.
  108.  
  109. 3  Set Speed on PRO/100+ TX to 10 or 100.
  110.  
  111. 4  Set Duplex Mode to Full.
  112.  
  113. 5  Click OK until prompted to restart. Restart Windows 95.
  114.  
  115.  
  116. Other NDIS 2.x based clients
  117. ----------------------------
  118.  
  119. Edit the PROTOCOL.INI file. Add the FORCEDUPLEX and SPEED
  120. parameters to the E100B section. For example:
  121.    
  122.    [E100B_NIF]          ; varies depending on your NOS
  123.    
  124.    SPEED = 100          ; or 10 for 10 Mbps operation
  125.    
  126.    FORCEDUPLEX = 2
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. *  Third-party trademarks are the property of their
  135.    respective owners.
  136.